multiple PostgreSQL versions on one machine with Perl Interface - Mailing list pgsql-interfaces

From freak001@mmp.lu
Subject multiple PostgreSQL versions on one machine with Perl Interface
Date
Msg-id v03130300b1b67b89dbd1@[192.168.129.13]
Whole thread Raw
List pgsql-interfaces
I need to install different versions of the PostgreSQL database on a single
machine. This should help me to install new applications of PostgreSQL
using new database features without touching the function and source code
of my old applications. To install many different PostgreSQL versions on
one machine I can install different Postmaster engines with different port
addresses. This should work fine. Now here comes my problem.
Can I install multiple versions of the Perl interface module on one machine
? It seems to me, that the Perl interface is installed once for the
complete machine. Every Perl interface seems to work only with the
specifies PostgreSQL version and only this version.

Thank you for any ideas you can give me.

Matthias



pgsql-interfaces by date:

Previous
From: Maarten Boekhold
Date:
Subject: Re: [HACKERS] DBI/DBD anyone?
Next
From: Peter Mount
Date:
Subject: Re: [INTERFACES] Interfaces FAQ?